home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / mui / mui36dev.readme < prev    next >
Text File  |  1996-11-03  |  14KB  |  302 lines

  1. Short:    MagicUserInterface 3.6, developer files
  2. Author:   stuntz@sasg.com
  3. Uploader: stuntz@sasg.com
  4. Version:  3.6
  5. Type:     dev/mui
  6.  
  7. ------------------------------------------------------------------------
  8. Version 3.6 (20-Aug-96)                       (muimaster.library V17.63)
  9. ------------------------------------------------------------------------
  10.  
  11. * MINOR SASG UPDATE *
  12.  
  13. NOTE: Still not registered yet?
  14.       Go to http://www.sasg.com/ and get your MUI within a few hours!
  15.  
  16. Changes for users:
  17.  
  18. - Fixed another bug with string gadget activation/deactivation which
  19.   might have caused possible crashes of web browsers.
  20.  
  21. - Included a listview that shows versions of MUI custom classes in the
  22.   MUI about window.
  23.  
  24. Changes for programmers:
  25.  
  26. - Replaced the outdated custom class example Userdata.mcc by a more
  27.   uptodate custom class. This one also shows how to handle preferences
  28.   for custom classes.
  29.  
  30. - Fixed a bug that resulted in waiting for wrong signals when an input
  31.   handler with timer was used.
  32.  
  33.  
  34.  
  35. ------------------------------------------------------------------------
  36. Version 3.5 (26-Aug-96)                      (muimaster.library V16.160)
  37. ------------------------------------------------------------------------
  38.  
  39. * MINOR SASG UPDATE *
  40.  
  41. NOTES: More support and information is available from the official
  42.        MUI web site. Please visit us at http://www.sasg.com/
  43.  
  44.        This version was not released to the public, it was only
  45.        distributed with the web browser IBrowse from Omnipresence.
  46.  
  47. Changes for users:
  48.  
  49. - Rewrote installer script. It will correctly update older MUI
  50.   distributions now instead of just renaming away the previous
  51.   directory. This allows additional classes and images to remain
  52.   installed after a MUI update.
  53.  
  54. - Fixed background rendering bug on cybergfx hi/truecolor screens.
  55.  
  56. - Fixed possible crash when disposing active string gadgets.
  57.  
  58. - Fixed positioning of window border scrollers after uniconfiy.
  59.  
  60. - Fixed version numbers of german catalog.
  61.  
  62. - Included builtin menu rendering for popup menus. Popups will
  63.   always appear above the corresponding gadget now instead of
  64.   relying on external patches for correct positioning.
  65.  
  66. - Fixed refresh of gadgets in virtual groups, i.e. browser
  67.   displays.
  68.  
  69. - Fixed rendering problems when TABbing away from a selected gadget.
  70.  
  71. - Controlling radio buttons is possible by clicking on the text
  72.   labels as well as on the actual buttons.
  73.  
  74. - Fixed major bug that lead to confused gadget appearance when changing
  75.   prefs on iconified applications.
  76.  
  77. - Removed a work-around for broken cybergfx picture.datatype. Note that
  78.   you will need at least picture.datatype 43.682 if you intend to
  79.   use background pattern on hi/truecolor cybergfx screens.
  80.  
  81. - Enhanced display speed in virtual groups, MUI based web browsers
  82.   perform better.
  83.  
  84. Changes for programmers:
  85.  
  86. - Implemented new input event handling system for custom classes.
  87.   This new system replaces the old and inflexible calls to
  88.   MUI_Request/RejectIDCMP(). See autodocs of MUIM_Window_AddEventHandler
  89.   for details.
  90.  
  91. - Improved remapping speed of bitmap class for images with more than
  92.   4 planes. However, better use datatypes (V43) to remap big images
  93.   instead of MUIs bitmap class.
  94.  
  95. - MUIM_List_Clear no longer hides a lists title.
  96.  
  97. - Setting MUIA_Draggable and MUIA_xxxWeight for group objects is no
  98.   longer forwarded to children.
  99.  
  100. - Fixed enforcer hit when dragging listview items with custom imagery.
  101.  
  102. - Fixed mungwall hit when string gadget were set to contents bigger
  103.   than their maximum length.
  104.  
  105. - Implemented MUIM_KillNotifyObj. See autodocs for details.
  106.  
  107. - Custom classes are also looked for and found in PRODGIR:mui/ now.
  108.  
  109. - MUI automatically falls back to traditional scrollers when window
  110.   border scrollers were chosen but not available for some reasons,
  111.   e.g. because the proper Window class attributes were not specified
  112.   or the muiwinscroller.class is missing.
  113.  
  114. - Support for NM_COMMANDSTRING menus in MUI_MakeObject(MUIO_MenuItem)
  115.   call. Also implemented MUIA_Menuitem_CommandString attributed for
  116.   Menuitem class. See autodocs for details.
  117.  
  118. - Implemented MUIA_Scrollgroup_HorizBar and MUIA_Scrollgroup_VertBar
  119.   attributes to access the scrollbars of a scrollgroup.
  120.  
  121.  
  122. ============================= Archive contents =============================
  123.  
  124. Original  Packed Ratio    Date     Time    Name
  125. -------- ------- ----- --------- --------  -------------
  126.     1233     792 35.7% 20-Aug-96 22:34:16  MUI.info
  127.     1233     746 39.4% 09-Aug-96 16:13:14 +Developer.info
  128.     1233     711 42.3% 09-Aug-96 16:13:14 +Autodocs.info
  129.      949     476 49.8% 20-Aug-96 22:32:34 +MUI_Aboutmui.doc
  130.    46903   14110 69.9% 20-Aug-96 22:32:32 +MUI_Application.doc
  131.      140     106 24.2% 20-Aug-96 22:32:42 +MUI_Applist.doc
  132.    39234   11824 69.8% 20-Aug-96 22:32:34 +MUI_Area.doc
  133.      320     211 34.0% 20-Aug-96 22:32:34 +MUI_Balance.doc
  134.     5491    1781 67.5% 20-Aug-96 22:32:36 +MUI_Bitmap.doc
  135.     2610    1033 60.4% 20-Aug-96 22:32:36 +MUI_Bodychunk.doc
  136.    11409    2889 74.6% 20-Aug-96 22:32:36 +MUI_Boopsi.doc
  137.       92      70 23.9% 20-Aug-96 22:32:42 +MUI_Cclist.doc
  138.     2954     991 66.4% 20-Aug-96 22:32:42 +MUI_Coloradjust.doc
  139.     2675     948 64.5% 20-Aug-96 22:32:36 +MUI_Colorfield.doc
  140.      108      72 33.3% 20-Aug-96 22:32:42 +MUI_Configdata.doc
  141.     1911     904 52.6% 20-Aug-96 22:32:40 +MUI_Cycle.doc
  142.     5548    1732 68.7% 20-Aug-96 22:32:42 +MUI_Dataspace.doc
  143.     8054    2259 71.9% 20-Aug-96 22:32:38 +MUI_Dirlist.doc
  144.     4851    1521 68.6% 20-Aug-96 22:32:32 +MUI_Family.doc
  145.     3033    1285 57.6% 20-Aug-96 22:32:38 +MUI_Floattext.doc
  146.      194     129 33.5% 20-Aug-96 22:32:40 +MUI_Frameadjust.doc
  147.      116      75 35.3% 20-Aug-96 22:32:38 +MUI_Framedisplay.doc
  148.      383     219 42.8% 20-Aug-96 22:32:36 +MUI_Gadget.doc
  149.     2072     839 59.5% 20-Aug-96 22:32:36 +MUI_Gauge.doc
  150.    16805    5297 68.4% 20-Aug-96 22:32:40 +MUI_Group.doc
  151.     4304    1404 67.3% 20-Aug-96 22:32:34 +MUI_Image.doc
  152.      112      74 33.9% 20-Aug-96 22:32:40 +MUI_Imageadjust.doc
  153.      116      75 35.3% 20-Aug-96 22:32:38 +MUI_Imagedisplay.doc
  154.      140     105 25.0% 20-Aug-96 22:32:38 +MUI_Knob.doc
  155.      415     229 44.8% 20-Aug-96 22:32:38 +MUI_Levelmeter.doc
  156.    30260    9306 69.2% 20-Aug-96 22:32:38 +MUI_List.doc
  157.     5469    1796 67.1% 20-Aug-96 22:32:40 +MUI_Listview.doc
  158.      100      71 29.0% 20-Aug-96 22:32:40 +MUI_Mccprefs.doc
  159.      686     357 47.9% 20-Aug-96 22:32:32 +MUI_Menu.doc
  160.     3623    1191 67.1% 20-Aug-96 22:32:32 +MUI_Menuitem.doc
  161.      739     378 48.8% 20-Aug-96 22:32:32 +MUI_Menustrip.doc
  162.    23348    6762 71.0% 20-Aug-96 22:32:32 +MUI_Notify.doc
  163.    12998    3698 71.5% 20-Aug-96 22:32:38 +MUI_Numeric.doc
  164.      227     141 37.8% 20-Aug-96 22:32:38 +MUI_Numericbutton.doc
  165.     5155    1608 68.8% 20-Aug-96 22:32:42 +MUI_Palette.doc
  166.      316     181 42.7% 20-Aug-96 22:32:40 +MUI_Penadjust.doc
  167.     3120     996 68.0% 20-Aug-96 22:32:38 +MUI_Pendisplay.doc
  168.     5436    2069 61.9% 20-Aug-96 22:32:42 +MUI_Popasl.doc
  169.      100      72 28.0% 20-Aug-96 22:32:38 +MUI_Popframe.doc
  170.      103      72 30.0% 20-Aug-96 22:32:38 +MUI_Popimage.doc
  171.      391     224 42.7% 20-Aug-96 22:32:42 +MUI_Poplist.doc
  172.     5625    1875 66.6% 20-Aug-96 22:32:42 +MUI_Popobject.doc
  173.     1512     792 47.6% 20-Aug-96 22:32:40 +MUI_Poppen.doc
  174.      104      72 30.7% 20-Aug-96 22:32:42 +MUI_Popscreen.doc
  175.     6064    1966 67.5% 20-Aug-96 22:32:42 +MUI_Popstring.doc
  176.     4620    1571 65.9% 20-Aug-96 22:32:36 +MUI_Prop.doc
  177.     1504     751 50.0% 20-Aug-96 22:32:40 +MUI_Radio.doc
  178.     1669     601 63.9% 20-Aug-96 22:32:34 +MUI_Rectangle.doc
  179.     1231     579 52.9% 20-Aug-96 22:32:40 +MUI_Register.doc
  180.      875     502 42.6% 20-Aug-96 22:32:36 +MUI_Scale.doc
  181.      203     135 33.4% 20-Aug-96 22:32:38 +MUI_Scrmodelist.doc
  182.     1019     513 49.6% 20-Aug-96 22:32:40 +MUI_Scrollbar.doc
  183.     3035     938 69.0% 20-Aug-96 22:32:40 +MUI_Scrollgroup.doc
  184.     2363     484 79.5% 20-Aug-96 22:32:42 +MUI_Semaphore.doc
  185.      182     126 30.7% 20-Aug-96 22:32:40 +MUI_Settings.doc
  186.      926     317 65.7% 20-Aug-96 22:32:40 +MUI_Settingsgroup.doc
  187.     2393     880 63.2% 20-Aug-96 22:32:38 +MUI_Slider.doc
  188.     6569    2135 67.4% 20-Aug-96 22:32:36 +MUI_String.doc
  189.     4924    1839 62.6% 20-Aug-96 22:32:36 +MUI_Text.doc
  190.     2537     763 69.9% 20-Aug-96 22:32:40 +MUI_Virtgroup.doc
  191.      250     163 34.8% 20-Aug-96 22:32:38 +MUI_Volumelist.doc
  192.    34278    9115 73.4% 20-Aug-96 22:32:34 +MUI_Window.doc
  193.    20144    6450 67.9% 20-Aug-96 22:32:30 +MUImaster.doc
  194.     1233     723 41.3% 09-Aug-96 16:13:14 +C.info
  195.     1233     715 42.0% 13-Jul-96 12:21:52 +DLib.info
  196.      237     168 29.1% 13-Jul-96 12:21:52 +allocaslreq.c
  197.      224     157 29.9% 13-Jul-96 12:21:52 +aslreq.c
  198.     2524     581 76.9% 20-Aug-96 22:32:26 +ClassNames.c
  199.     1367     439 67.8% 13-Jul-96 12:21:52 +DMakeFile
  200.      835     195 76.6% 13-Jul-96 12:21:52 +DMakeFile.info
  201.      219     153 30.1% 13-Jul-96 12:21:52 +MakeObj.c
  202.     6976    1960 71.9% 13-Aug-96 12:35:40 +muil.lib
  203.     6836    1901 72.1% 13-Aug-96 12:35:40 +muilr.lib
  204.     6916    1958 71.6% 13-Aug-96 12:35:40 +muis.lib
  205.     6808    1904 72.0% 13-Aug-96 12:35:40 +muisr.lib
  206.      224     159 29.0% 13-Jul-96 12:21:54 +newobj.c
  207.      273     187 31.5% 13-Jul-96 12:21:54 +ReadMe
  208.      543     268 50.6% 13-Jul-96 12:21:52 +ReadMe.info
  209.      313     202 35.4% 13-Jul-96 12:21:54 +Request.c
  210.     1233     725 41.2% 13-Jul-96 12:21:52 +Examples.info
  211.     3239    1425 56.0% 20-Aug-96 22:32:18 +AppWindow.c
  212.     3573     994 72.1% 20-Aug-96 22:32:18 +Balancing.c
  213.     3793    1628 57.0% 20-Aug-96 22:32:18 +BoopsiDoor.c
  214.     3721    1491 59.9% 20-Aug-96 22:32:22 +brush2c.c
  215.     5654    2306 59.2% 20-Aug-96 22:32:18 +Class1.c
  216.     8908    3110 65.0% 20-Aug-96 22:32:18 +Class2.c
  217.     7875    2807 64.3% 20-Aug-96 22:32:18 +Class3.c
  218.     2958    1009 65.8% 20-Aug-96 22:32:22 +demo.h
  219.    10751    3599 66.5% 20-Aug-96 22:32:22 +DragnDrop.c
  220.     4036    1319 67.3% 20-Aug-96 22:32:20 +EnvBrowser.c
  221.     8155    2897 64.4% 20-Aug-96 22:32:22 +InputHandler.c
  222.     5499    2151 60.8% 20-Aug-96 22:32:20 +Layout.c
  223.    10160    2840 72.0% 20-Aug-96 22:32:20 +Menus.c
  224.    27668    7540 72.7% 20-Aug-96 22:32:20 +MUI-Demo.c
  225.     2792    1164 58.3% 20-Aug-96 22:32:20 +Pages.c
  226.     4840    1706 64.7% 20-Aug-96 22:32:20 +Popup.c
  227.    88702   21270 76.0% 20-Aug-96 22:32:22 +psi.c
  228.     5641    1249 77.8% 20-Aug-96 22:32:22 +psi.h
  229.    21398    4803 77.5% 20-Aug-96 22:32:22 +psi.lh
  230.      644     468 27.3% 20-Aug-96 22:32:22 +psi_colors.brush
  231.      644     306 52.4% 20-Aug-96 22:32:22 +psi_freqs.brush
  232.      240     200 16.6% 20-Aug-96 22:32:22 +psi_screencf.mbr
  233.      240     205 14.5% 20-Aug-96 22:32:22 +psi_screencn.mbr
  234.      240     218  9.1% 20-Aug-96 22:32:22 +psi_screenof.mbr
  235.      240     221  7.9% 20-Aug-96 22:32:22 +psi_screenon.mbr
  236.      644     444 31.0% 20-Aug-96 22:32:22 +psi_sizes.brush
  237.      513     324 36.8% 13-Jul-96 12:21:54 +ReadMe
  238.      543     268 50.6% 13-Jul-96 12:21:54 +ReadMe.info
  239.     2720    1030 62.1% 20-Aug-96 22:32:20 +ShowHide.c
  240.    11578    2960 74.4% 20-Aug-96 22:32:20 +Slidorama.c
  241.      665     349 47.5% 20-Aug-96 22:32:24 +SMakeFile
  242.      836     204 75.5% 13-Jul-96 12:21:54 +SMakeFile.info
  243.    21036    6994 66.7% 20-Aug-96 22:32:20 +Subtask.c
  244.    13723    4113 70.0% 20-Aug-96 22:32:20 +Virtual.c
  245.    35988    9101 74.7% 20-Aug-96 22:32:20 +WbMan.c
  246.     1233     721 41.5% 13-Jul-96 12:21:52 +Include.info
  247.     3177     891 71.9% 20-Aug-96 22:32:28 +muimaster_protos.h
  248.     7694    1343 82.5% 13-Jul-96 12:21:56 +muimaster.h
  249.   125549   22961 81.7% 20-Aug-96 22:32:28 +mui.h
  250.     2529     528 79.1% 20-Aug-96 22:32:28 +muimaster_pragmas.h
  251.      254     154 39.3% 20-Aug-96 22:32:28 +muimaster.h
  252.     1233     719 41.6% 13-Jul-96 12:21:52 +Manx.info
  253.      855     409 52.1% 13-Jul-96 12:21:58 +muimaster_lib.h
  254.     2304     217 90.5% 13-Jul-96 12:21:58 +mui.lib
  255.      357     246 31.0% 13-Jul-96 12:21:58 +ReadMe
  256.      543     269 50.4% 13-Jul-96 12:21:58 +ReadMe.info
  257.      372     245 34.1% 13-Jul-96 12:21:52 +ReadMe
  258.     1415     530 62.5% 13-Jul-96 12:21:52 +ReadMe.info
  259.     1233     816 33.8% 09-Aug-96 16:13:14 +Docs.info
  260.    62733   20359 67.5% 13-Jul-96 12:21:58 +MUIdev.guide
  261.     1851     975 47.3% 13-Jul-96 12:21:58 +MUIdev.guide.info
  262.     9717    3816 60.7% 13-Jul-96 12:22:00 +Policies
  263.     1415     528 62.6% 13-Jul-96 12:21:58 +Policies.info
  264.     1463     667 54.4% 09-Aug-96 16:20:10 +ReadMe.mui
  265.     1415     526 62.8% 13-Jul-96 12:21:58 +ReadMe.mui.info
  266.     1233     697 43.4% 09-Aug-96 16:13:34 +ExtClasses.info
  267.     1233     696 43.5% 09-Aug-96 16:13:34 +MCC_Tron.info
  268.     6692    4220 36.9% 13-Aug-96 13:48:00 +Tron-Demo
  269.      808     423 47.6% 13-Aug-96 13:48:02 +Tron_MCC.e
  270.      176     130 26.1% 13-Aug-96 13:48:02 +MCC_Tron.doc
  271.      832     412 50.4% 13-Aug-96 13:48:02 +Tron_mcc.h
  272.      787     299 62.0% 13-Aug-96 13:48:02 +Tron-Demo.rev
  273.      679     439 35.3% 13-Aug-96 13:48:02 +SMakeFile
  274.     3268    1260 61.4% 13-Aug-96 13:48:02 +Tron-Demo.c
  275.      832     412 50.4% 13-Aug-96 13:48:02 +Tron_mcc.h
  276.      947     493 47.9% 13-Aug-96 13:48:02 +MCCTron.def
  277.      640     375 41.4% 13-Aug-96 13:48:02 +MCCTron.mod
  278.     1501     656 56.2% 13-Aug-96 13:48:02 +mccTron.mod
  279.        0       0  0.0% 13-Aug-96 14:07:32 +
  280.        0       0  0.0% 13-Aug-96 14:07:32 +
  281.     3032    1665 45.0% 13-Aug-96 13:48:04 +Tron.mcc
  282.     4032    1865 53.7% 13-Aug-96 13:48:04 +Tron.mcp
  283.      256     173 32.4% 13-Aug-96 13:48:00 +MCC_Tron0_4.readme
  284.      156     100 35.8% 13-Aug-96 13:48:06 +MCC_Tron0_4.version
  285.    12369    3803 69.2% 13-Aug-96 13:48:04 +mccheader.c
  286.      557     241 56.7% 13-Aug-96 13:48:04 +mui33_mcc.h
  287.     1391     532 61.7% 13-Aug-96 13:48:04 +Tron_mcc_private.h
  288.      725     282 61.1% 13-Aug-96 13:48:04 +Tron.mcc.rev
  289.      710     279 60.7% 13-Aug-96 13:48:04 +Tron.mcp.rev
  290.      945     485 48.6% 13-Aug-96 13:48:04 +SMakeFile
  291.     6802    1844 72.8% 13-Aug-96 13:48:04 +tron.c
  292.     7903    1950 75.3% 13-Aug-96 13:48:04 +tronp.c
  293.      142     107 24.6% 20-Aug-96 22:24:16 +ReadMe
  294.     1415     528 62.6% 09-Aug-96 16:13:34 +ReadMe.info
  295.     1233     811 34.2% 09-Aug-96 16:13:14 +FD.info
  296.       78      78  0.0% 20-Aug-96 22:32:26 +muiclass_lib.fd
  297.     1729     442 74.4% 20-Aug-96 22:32:24 +muimaster_lib.fd
  298.     1265     666 47.3% 13-Aug-96 00:56:14 +ReadMe
  299.     1415     529 62.6% 09-Aug-96 16:13:14 +ReadMe.info
  300. -------- ------- ----- --------- --------
  301.  1009712  303316 69.9% 21-Aug-96 02:00:14   174 files
  302.